home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19981211-19990422 / 000050_news@newsmaster….columbia.edu _Sun Dec 27 14:34:18 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id OAA19075
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sun, 27 Dec 1998 14:34:17 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id OAA27882
  7.     for kermit.misc@watsun; Sun, 27 Dec 1998 14:34:17 -0500 (EST)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!jaltman
  9. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: telnet disconnects
  12. Date: 27 Dec 1998 19:34:15 GMT
  13. Organization: Columbia University
  14. Lines: 38
  15. Message-ID: <76623n$9ep$1@apakabar.cc.columbia.edu>
  16. References: <765q0e$34l$1@samba.rahul.net> <7661fk$93u$1@apakabar.cc.columbia.edu>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:9683
  19.  
  20. In article <7661fk$93u$1@apakabar.cc.columbia.edu>,
  21. Frank da Cruz <fdc@watsun.cc.columbia.edu> wrote:
  22. : In article <765q0e$34l$1@samba.rahul.net>,  <dold@network.rahul.net> wrote:
  23. : : I didn't pay any attention to this one last time the discussion appeared,
  24. : : but now I've got a telnet connection available to my ISP, and it
  25. : : disconnects quite often.
  26. : : 
  27. : : The disconnects occur at various periods of idle time, but inconsistent
  28. : : enough that I don't think it is a deliberate timeout.
  29. : : 
  30. : : It's happening at work on both C-Kermit 6.0.192 and K95 1.1.17, served
  31. : : through a gateway device to a dial-up PPP.
  32. : : 
  33. : : At home, it only seems to happen if I log in through a service called
  34. : : MegaPOP.  If I use the direct PPP to my provider (toll call), I'm okay.
  35. : : I looked through the manual (Hey! that's my name ;-)), but I couldn't
  36. : : decide which telnet adjustment I should make.
  37. : : 
  38. : Probably none.  Debug logs will (with little doubt) reveal that the host is
  39. : closing the connection, but obviously not why it is doing so.  Kermit doesn't
  40. : close the Telnet connection unless you ask it to.
  41.  
  42. The most frequest cause of this kind of disconnect are network errors.
  43. If the TCP/IP stack generates a "Connection Reset" error Kermit disconnects
  44. from the host.  This is because the state of the connection is unknown.
  45. A "Connection Reset" error is generated because an unrecoverable loss of
  46. data has occurred.  A TCP connection is defined as being reliable and
  47. lossless.  Any loss of data MUST be treated as fatal.
  48.  
  49. Take a debug.log and when the connection breaks, look for ECONRESET,
  50. ENETRESET, ECONNABORTED, ENOTCONN, or "Unknown Error".  These are the 
  51. error types that will result in a disconnect.
  52.  
  53.  
  54.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  55.                  The Kermit Project * Columbia University
  56.               612 West 115th St #716 * New York, NY * 10025
  57.   http://www.kermit-project.org/k95.html * kermit-support@kermit-project.org